home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFTPPROPERTIESFORM / TFTPPROPERTIESFORM.txt
Text File  |  2006-04-19  |  6KB  |  292 lines

  1. object FtpPropertiesForm: TFtpPropertiesForm
  2.   Left = 328
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 8
  6.   Caption = 'Properties'
  7.   ClientHeight = 336
  8.   ClientWidth = 343
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TC: TTabControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 343
  23.     Height = 305
  24.     Align = alTop
  25.     TabOrder = 0
  26.     Tabs.Strings = (
  27.       'General')
  28.     TabIndex = 0
  29.     object ImgIcon: TImage
  30.       Left = 22
  31.       Top = 39
  32.       Width = 32
  33.       Height = 32
  34.     end
  35.     object Bevel1: TBevel
  36.       Left = 15
  37.       Top = 79
  38.       Width = 312
  39.       Height = 3
  40.       Shape = bsTopLine
  41.     end
  42.     object lblType: TLabel
  43.       Left = 16
  44.       Top = 88
  45.       Width = 27
  46.       Height = 13
  47.       Caption = 'Type:'
  48.     end
  49.     object lblLocation: TLabel
  50.       Left = 16
  51.       Top = 110
  52.       Width = 67
  53.       Height = 13
  54.       Caption = 'Emplacement:'
  55.     end
  56.     object lblSize: TLabel
  57.       Left = 16
  58.       Top = 132
  59.       Width = 23
  60.       Height = 13
  61.       Caption = 'Size:'
  62.     end
  63.     object Bevel2: TBevel
  64.       Left = 15
  65.       Top = 154
  66.       Width = 312
  67.       Height = 3
  68.       Shape = bsTopLine
  69.     end
  70.     object lblModified: TLabel
  71.       Left = 16
  72.       Top = 164
  73.       Width = 43
  74.       Height = 13
  75.       Caption = 'Modified:'
  76.     end
  77.     object Bevel3: TBevel
  78.       Left = 15
  79.       Top = 186
  80.       Width = 312
  81.       Height = 3
  82.       Shape = bsTopLine
  83.     end
  84.     object lblAttributes: TLabel
  85.       Left = 16
  86.       Top = 198
  87.       Width = 47
  88.       Height = 13
  89.       Caption = 'Attributes:'
  90.     end
  91.     object lblOwner: TLabel
  92.       Left = 72
  93.       Top = 198
  94.       Width = 53
  95.       Height = 13
  96.       Caption = 'Propri'#233'taire'
  97.     end
  98.     object lblGroup: TLabel
  99.       Left = 72
  100.       Top = 222
  101.       Width = 35
  102.       Height = 13
  103.       Caption = 'Groupe'
  104.     end
  105.     object lblAll: TLabel
  106.       Left = 72
  107.       Top = 246
  108.       Width = 24
  109.       Height = 13
  110.       Caption = 'Tous'
  111.     end
  112.     object lblCHMOD: TLabel
  113.       Left = 72
  114.       Top = 275
  115.       Width = 76
  116.       Height = 13
  117.       Caption = 'Valeur CHMOD:'
  118.     end
  119.     object EdFileName: TEdit
  120.       Left = 85
  121.       Top = 47
  122.       Width = 244
  123.       Height = 21
  124.       TabOrder = 0
  125.       Text = 'EdFileName'
  126.       OnChange = EdFileNameChange
  127.     end
  128.     object EdType: TEdit
  129.       Left = 86
  130.       Top = 88
  131.       Width = 243
  132.       Height = 21
  133.       BorderStyle = bsNone
  134.       ParentColor = True
  135.       ReadOnly = True
  136.       TabOrder = 1
  137.       Text = 'EdType'
  138.     end
  139.     object EdLocation: TEdit
  140.       Left = 86
  141.       Top = 110
  142.       Width = 243
  143.       Height = 21
  144.       BorderStyle = bsNone
  145.       ParentColor = True
  146.       ReadOnly = True
  147.       TabOrder = 2
  148.       Text = 'EdLocation'
  149.     end
  150.     object EdSize: TEdit
  151.       Left = 86
  152.       Top = 132
  153.       Width = 243
  154.       Height = 21
  155.       BorderStyle = bsNone
  156.       ParentColor = True
  157.       ReadOnly = True
  158.       TabOrder = 3
  159.       Text = 'EdSize'
  160.     end
  161.     object EdModified: TEdit
  162.       Left = 86
  163.       Top = 164
  164.       Width = 243
  165.       Height = 21
  166.       BorderStyle = bsNone
  167.       ParentColor = True
  168.       ReadOnly = True
  169.       TabOrder = 4
  170.       Text = 'EdModified'
  171.     end
  172.     object chkOwnerRead: TCheckBox
  173.       Left = 134
  174.       Top = 197
  175.       Width = 55
  176.       Height = 17
  177.       Caption = 'Lecture'
  178.       TabOrder = 5
  179.       OnClick = chkOwnerReadClick
  180.     end
  181.     object chkOwnerWrite: TCheckBox
  182.       Left = 199
  183.       Top = 197
  184.       Width = 55
  185.       Height = 17
  186.       Caption = #201'criture'
  187.       TabOrder = 6
  188.       OnClick = chkOwnerReadClick
  189.     end
  190.     object chkOwnerExec: TCheckBox
  191.       Left = 264
  192.       Top = 197
  193.       Width = 67
  194.       Height = 17
  195.       Caption = 'Ex'#233'cution'
  196.       TabOrder = 7
  197.       OnClick = chkOwnerReadClick
  198.     end
  199.     object chkGroupRead: TCheckBox
  200.       Left = 134
  201.       Top = 221
  202.       Width = 55
  203.       Height = 17
  204.       Caption = 'Lecture'
  205.       TabOrder = 8
  206.       OnClick = chkOwnerReadClick
  207.     end
  208.     object chkGroupWrite: TCheckBox
  209.       Left = 199
  210.       Top = 221
  211.       Width = 55
  212.       Height = 17
  213.       Caption = #201'criture'
  214.       TabOrder = 9
  215.       OnClick = chkOwnerReadClick
  216.     end
  217.     object chkGroupExec: TCheckBox
  218.       Left = 264
  219.       Top = 221
  220.       Width = 67
  221.       Height = 17
  222.       Caption = 'Ex'#233'cution'
  223.       TabOrder = 10
  224.       OnClick = chkOwnerReadClick
  225.     end
  226.     object chkAllRead: TCheckBox
  227.       Left = 134
  228.       Top = 245
  229.       Width = 55
  230.       Height = 17
  231.       Caption = 'Lecture'
  232.       TabOrder = 11
  233.       OnClick = chkOwnerReadClick
  234.     end
  235.     object chkAllWrite: TCheckBox
  236.       Left = 199
  237.       Top = 245
  238.       Width = 55
  239.       Height = 17
  240.       Caption = #201'criture'
  241.       TabOrder = 12
  242.       OnClick = chkOwnerReadClick
  243.     end
  244.     object chkAllExec: TCheckBox
  245.       Left = 264
  246.       Top = 245
  247.       Width = 67
  248.       Height = 17
  249.       Caption = 'Ex'#233'cution'
  250.       TabOrder = 13
  251.       OnClick = chkOwnerReadClick
  252.     end
  253.     object EdCHMOD: TEdit
  254.       Left = 198
  255.       Top = 272
  256.       Width = 65
  257.       Height = 21
  258.       TabOrder = 14
  259.       OnChange = EdCHMODChange
  260.       OnKeyPress = EdCHMODKeyPress
  261.     end
  262.   end
  263.   object btnCancel: TButton
  264.     Left = 190
  265.     Top = 311
  266.     Width = 75
  267.     Height = 25
  268.     Caption = 'Cancel'
  269.     ModalResult = 2
  270.     TabOrder = 1
  271.   end
  272.   object btnApply: TButton
  273.     Left = 268
  274.     Top = 311
  275.     Width = 75
  276.     Height = 25
  277.     Caption = '&Apply'
  278.     TabOrder = 2
  279.     OnClick = btnApplyClick
  280.   end
  281.   object btnOk: TButton
  282.     Left = 113
  283.     Top = 311
  284.     Width = 75
  285.     Height = 25
  286.     Caption = 'Ok'
  287.     Default = True
  288.     ModalResult = 1
  289.     TabOrder = 3
  290.   end
  291. end
  292.